var sync.expunged
12 uses
sync (current package)
map.go#L81: var expunged = new(any)
map.go#L150: if p == nil || p == expunged {
map.go#L190: if p == nil || p == expunged || *p != old {
map.go#L203: if p == nil || p == expunged || *p != old {
map.go#L214: return e.p.CompareAndSwap(expunged, nil)
map.go#L269: if p == expunged {
map.go#L285: if p == expunged {
map.go#L327: if p == nil || p == expunged {
map.go#L343: if p == expunged {
map.go#L452: if p == nil || p == expunged || *p != old {
map.go#L534: if e.p.CompareAndSwap(nil, expunged) {
map.go#L539: return p == expunged
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |